home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000390_news@columbia.edu _Tue Jan 30 19:51:25 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id TAA29708 for <kermit.misc@watsun>; Tue, 30 Jan 1996 19:51:24 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id TAA12276 for kermit.misc@watsun; Tue, 30 Jan 1996 19:51:21 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit and 132 character lines?
  8. Date: 31 Jan 1996 00:51:08 GMT
  9. Organization: Columbia University
  10. Lines: 17
  11. Message-ID: <4emeds$bvb@apakabar.cc.columbia.edu>
  12. References: <4els51$g6n@oravannahka.Helsinki.FI>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4els51$g6n@oravannahka.Helsinki.FI>,
  16. Tomas Linden <tlinden@cc.Helsinki.FI> wrote:
  17. >I'm using a IBM PS2 model 80 which has a normal VGA-card connected to a
  18. >Digital 15" monitor. My problem is that I cannot get Kermit to show 132
  19. >character lines and I don't know where the problem is. Is there a
  20. >problem with my monitor or is it not possible to have 132 character
  21. >lines with a VGA card?
  22. >
  23. Normally it is not possible -- it depends on the particular video
  24. board.  See Section 12.5 of the KERMIT.BWR file that comes with version
  25. 3.14 of MS-DOS Kermit for details.
  26.  
  27. In cases where the video adapter does not support 132-column text mode,
  28. MS-DOS Kermit can simulate it (somewhat slowly) by going into graphics
  29. mode, if you tell it to.  This is explained in the same place.
  30.  
  31. - Frank